home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / HippoDraw / HippoDrawSrc1.1 / Hippo.subproj / Inspector.h < prev    next >
Encoding:
Text File  |  1992-04-25  |  1022 b   |  54 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5. #import <appkit/graphics.h>
  6.  
  7. @interface Inspector:Object
  8. {
  9.     id  selectedGraphic;    /* the currently displayed graphic */
  10.     id  graphicView;        /* the view selectedGraphic is in */
  11.     NXSize lastSize;        /* the last size displayed */
  12.     id    lineWidthField;
  13.     id    lineWidthSlider;
  14.     id    arrows;
  15.     id    width;
  16.     id    lineColor;
  17.     id    fillColor;
  18.     id    filled;
  19.     id    textColor;
  20.     id    lineCap;
  21.     id    lineJoin;
  22.     id    height;
  23.     id  hDraw;            /* instance of global drawing controler */
  24. }
  25.  
  26. /* Private methods */
  27.  
  28. - reloadGraphic:graphic;
  29. - loadGraphic:graphic;
  30.  
  31. /* Public methods */
  32.  
  33. - load:graphicView;
  34. - initializeGraphic:graphic;
  35. - preset;
  36.  
  37. /* Panel delegate method */
  38.  
  39. - windowDidUpdate:sender;
  40.  
  41. - changeArrows:sender;
  42. - changeLineJoin:sender;
  43. - changeLineWidth:sender;
  44. - changeLineCap:sender;
  45. - changeDimensions:sender;
  46. - changeLineColor:sender;
  47. - changeFillColor:sender;
  48. - changeFilled:sender;
  49. - changeTextColor:sender;
  50.  
  51. - changeContinuous:sender;
  52.  
  53. @end
  54.